home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 425_01 / tar / crc32.h < prev    next >
Text File  |  1980-07-23  |  222b  |  9 lines

  1. #ifndef __ARGS__
  2. #   include "modern.h"
  3. #endif
  4.  
  5. void crcbegin __ARGS__((void));
  6. void updcrc   __ARGS__((unsigned char *, unsigned));
  7. void addcrc   __ARGS__((unsigned char));
  8. unsigned long getcrc __ARGS__((void));
  9.